Micron Document
🎖️GitЯра🎖️

Node / meshtastic / Meshtastic-Android / files / docs / lt-rLT / user / settings-module-admin.md

Displaying Raw • View rendered • Download

docs/lt-rLT/user/settings-module-admin.md renovate/net.java.dev.jna-jna-5.x (5a8f4966) Text, 13.58 KB

---
title: Settings — Modules & Admin
parent: User Guide
nav_order: 8
last_updated: 2026-05-20
description: Configure optional feature modules (MQTT, telemetry, canned messages, TAK, and more) and perform device administration.
aliases:
Tff7b72- modules
Tff7b72- module-config
Tc9d1d9 - administration
Tc9d1d9---

Tc9d1d9# Settings — Modules & Admin

Configure optional feature modules and perform device administration. Modules extend Meshtastic with specialized capabilities — each can be independently enabled or disabled.

Tff7b72> đź’ˇ **Tip:** You only need to enable the modules you actually use. Disabling unused modules reduces airtime, saves battery, and simplifies your configuration.

Module settings use a card-based layout with toggle switches, dropdowns, text fields, and sliders:

![Tff7b72Toggle switch](Te6edf3../../assets/screenshots/settings_switch.png)

![Tff7b72Dropdown selector](Te6edf3../../assets/screenshots/settings_dropdown.png)

![Tff7b72Text field](Te6edf3../../assets/screenshots/settings_text_field.png)

![Tff7b72Settings card layout](Te6edf3../../assets/screenshots/settings_titled_card.png)

Tc9d1d9## Module Configuration

Tc9d1d9### MQTT Module

Bridges mesh messages to and from an MQTT broker for internet connectivity. This is how you extend your mesh beyond radio range or integrate with home automation systems.

| Setting | Aprašymas |
| --------------- | ------------------------------------------------------------------------ |
| Enabled | Toggle MQTT bridge |
| Server | MQTT broker address |
| Username | Authentication username |
| Password | Authentication password |
| Encryption | Encrypt MQTT payloads |
| Tf85149~~JSON Output~~ | ⚠️ **Deprecated** — JSON support removed from firmware; field is ignored |
| TLS | Use secure connection |
| Root Topic | Base MQTT topic path |
| Map Report | Publish position for public map |

See [Tff7b72MQTT](Te6edf3mqtt) for a detailed usage guide including encryption, privacy, and broker setup.

Tc9d1d9### Serial Module

Enables serial port communication for external device integrations (GPS modules, sensors, or custom hardware). When enabled, the node's serial port can send and receive protobuf or text data, allowing external microcontrollers or computers to interact with the mesh.

| Setting | Aprašymas |
| ---------- | ------------------------------- |
| Enabled | Activate serial communication |
| Echo | Echo received serial data back |
| Mode | Text, Protobuf, or NMEA output |
| RX/TX Pins | GPIO pins for serial connection |
| Baud Rate | Serial communication speed |

Tc9d1d9### External Notification Module

Controls buzzer, LED, or vibration alerts on your radio hardware. Useful for devices that need to physically signal when a message arrives — particularly helpful for unattended or outdoor installations.

| Setting | Aprašymas |
| -------------------------------- | --------------------------- |
| Enabled | Activate notifications |
| Alert Message | Notify on incoming messages |
| Alert Message Buzzer | Use buzzer for messages |
| Alert Message Vibra | Use vibration for messages |
| Alert Bell | Notify on bell character |
| Output (GPIO) | Pin for notification output |
| Active | High or Low active |
| Duration (ms) | Notification length |
| Use I2S as Buzzer | Use I2S audio output |

Tc9d1d9### Store & Forward Module

Buffers messages for nodes that were temporarily offline, then replays them when those nodes reconnect. Essential for meshes where nodes go in and out of range regularly — ensures messages aren't lost during brief disconnections.

| Setting | Aprašymas |
| ------------------------------------------ | -------------------------- |
| Enabled | Activate store and forward |
| Heartbeat (s) | Announcement interval |
| Records | Maximum stored messages |
| History Return (max) | Max messages to replay |
| History Return (window) | Time window for replay |

Tff7b72> đź’ˇ **Tip:** Store and Forward works best on nodes with ample memory (ESP32 with PSRAM). Router nodes are ideal candidates since they're typically always-on.

Tc9d1d9### Range Test Module

Automated range testing tool for evaluating link quality between nodes. When enabled, the node periodically transmits test messages with incrementing counters. A receiver node logs these messages, allowing you to walk or drive away and later analyze at what distance messages stopped arriving.

| Setting | Aprašymas |
| -------------------------------------- | --------------------------------- |
| Enabled | Activate range testing |
| Sender Interval (s) | Time between test transmissions |
| Save CSV | Log received test data to SD card |

Tc9d1d9### Telemetry Module

Controls what telemetry data your node shares with the mesh. Telemetry includes device health (battery, uptime) and environmental sensor data (temperature, humidity, pressure).

| Setting | Aprašymas |
| ---------------------------- | --------------------------------------- |
| Device Metrics Interval | How often to report device metrics |
| Environment Metrics Interval | How often to report environment sensors |
| Air Quality Enabled | Report particulate sensor data |
| Power Metrics Enabled | Report power usage |

See [Tff7b72Telemetry & Sensors](Te6edf3telemetry-and-sensors) for supported sensors and configuration recommendations.

Tc9d1d9### Canned Message Module

Pre-configured messages accessible from the device's physical buttons (for radios with rotary encoders, keypads, or similar input hardware). Define a list of quick-send messages that can be transmitted without a phone connected — ideal for field use.

| Setting | Aprašymas |
| ------------------ | ----------------------------------------------------------- |
| Tf85149~~Enabled~~ | ⚠️ **Deprecated** — current firmware may ignore this toggle |
| Messages | Newline-separated list of messages |
| Send Bell | Play bell sound on send |
| Rotary Encoder | Enable rotary encoder input |
| Up/Down/Press Pins | GPIO pin assignments for input |

Tc9d1d9### Audio Module

Codec2 audio support for low-bandwidth voice communication over the mesh. This is an **experimental** feature that encodes voice into very small data packets using the Codec2 codec.

| Setting | Aprašymas |
| --------------- | -------------------------------- |
| Enabled | Activate audio module |
| Codec2 Rate | Audio quality/bandwidth tradeoff |
| I2S Word Select | GPIO pin for I2S WS |
| I2S Data In | GPIO pin for I2S DIN |
| I2S Data Out | GPIO pin for I2S DOUT |

Tff7b72> ⚠️ **Note:** Audio requires specific hardware (I2S microphone and speaker). Voice quality is very low-bandwidth — think "understandable radio voice," not phone-call quality.

Tc9d1d9### Remote Hardware Module

GPIO control over the mesh network. Allows a remote node to read or write GPIO pins on another node — useful for activating relays, reading switches, or controlling external hardware from a distance.

| Setting | Aprašymas |
| -------------------- | --------------------------------------------------------------- |
| Enabled | Activate remote GPIO access |
| Allow Undefined Pins | Allow access to any GPIO pin (security risk) |

Tff7b72> ⚠️ **Warning:** Enabling "Allow Undefined Pins" gives remote nodes access to all GPIO pins, which could interfere with the radio's own hardware. Only enable on dedicated GPIO nodes.

Tc9d1d9### Neighbor Info Module

Broadcasts information about directly heard neighbors, enabling mesh topology mapping. Each enabled node periodically shares a list of the other nodes it can hear and their signal quality.

| Setting | Aprašymas |
| -------------------------------------- | ------------------------------------ |
| Enabled | Activate neighbor broadcasting |
| Update Interval (s) | How often to broadcast neighbor list |

See [Tff7b72Discovery](Te6edf3discovery) for how to use neighbor data for mesh topology exploration.

Tc9d1d9### Ambient Lighting Module

Controls onboard NeoPixel or other addressable RGB LEDs on supported hardware. Can be used for visual status indicators, notification lights, or decorative effects.

| Setting | Aprašymas |
| ------------------ | ---------------------------------------------------------- |
| Enabled | Activate LED control |
| LED State | On, Off, or set specific color |
| Red / Green / Blue | Individual color channel values (0–255) |

Tc9d1d9### Detection Sensor Module

Turns your node into a motion or door sensor alert system. When a GPIO pin detects a state change (motion detected, door opened), the node broadcasts an alert message over the mesh.

| Setting | Aprašymas |
| ---------------------------------------- | ----------------------------------------------------------------------- |
| Enabled | Activate detection sensor |
| Monitor Pin | GPIO pin connected to sensor |
| Detection Triggered High | Trigger when pin goes high (vs. low) |
| Minimum Broadcast (s) | Minimum time between alert broadcasts |
| State Broadcast (s) | Periodic state broadcast interval |
| Send Bell | Include bell character in alerts |
| Friendly Name | Custom name for this sensor |

Tc9d1d9### Paxcounter Module

People counter using WiFi and BLE probe requests. Counts nearby devices by passively listening for probe requests that phones and laptops emit when scanning for networks. Available only on ESP32 devices.

| Setting | Aprašymas |
| -------------------------------------- | -------------------------- |
| Enabled | Activate people counting |
| Update Interval (s) | How often to report counts |

Tff7b72> 💡 **Tip:** Paxcounter is useful for estimating foot traffic at trailheads, event venues, or other locations. Counts are approximate — one person may carry multiple devices.

Tc9d1d9### TAK Module

Team Awareness Kit integration for interoperability with ATAK and WinTAK. See [Tff7b72TAK Integration](Te6edf3tak) for detailed setup and usage.

Tc9d1d9## Administravimas

Tc9d1d9### Nuotolinis administravimas

Remotely configure nodes that share your admin key:

Tff7b721. Select the target node in the node list.
Tff7b722. Navigate to **Settings** for that node.
Tff7b723. Modify configuration.
Tff7b724. Tap **Save** — changes are sent over the mesh.

Tff7b72> ⚠️ **Requires:** Admin key configured on both your node and the target node.

Tc9d1d9### Clean Node Database

Removes stale nodes from your local database that haven't been heard in a configurable time window.

Tc9d1d9### Factory Reset

Resets all settings to factory defaults. **This cannot be undone.**

Tc9d1d9### Perkrauti

Remotely reboot a connected or administered node.

Tc9d1d9### Derinimo skydelis

View detailed diagnostic information:

Tff7b72- Protocol buffers debug output
Tff7b72- Mesh packet log
Tff7b72- Connection state details

Tc9d1d9### Troubleshooting Remote Admin

Tff7b72- **"No response from target node"** — the target may be out of range, offline, or have a mismatched admin key. Verify the admin key matches on both nodes.
Tff7b72- **Changes not applying** — some settings require a reboot to take effect. Try the Reboot action after saving.
Tff7b72- **Can't see remote settings** — ensure your node has the admin key for the target node. The admin channel is configured automatically when an admin key is set.

Tc9d1d9## Related Topics

Tff7b72- [Tff7b72Settings — Radio & User](Te6edf3settings-radio-user) — core radio and user profile settings
Tff7b72- [Tff7b72Module configuration reference](Te6edf3https://meshtastic.org/docs/configuration/module) — detailed module docs on meshtastic.org
Tff7b72- [Tff7b72FAQ](Te6edf3https://meshtastic.org/docs/about/faq) — common questions on meshtastic.org

---

Served by rngit 1.5.0 - Generated in 0.17s